projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506902f
)
tests: Fix build with old glib
author
Alexander Larsson
<alexl@redhat.com>
Fri, 20 May 2016 08:59:59 +0000
(10:59 +0200)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Fri, 20 May 2016 11:48:02 +0000
(11:48 +0000)
test-checksum.c was using g_autofree without including libglnx.h which
has the backport for that.
Closes: #304
Approved by: cgwalters
tests/test-checksum.c
patch
|
blob
|
history
diff --git
a/tests/test-checksum.c
b/tests/test-checksum.c
index 25d3c37ea66775fb3271341e8c0eec834dc94772..e7fd7be46447d5385ead79838804c5dc83211de4 100644
(file)
--- a/
tests/test-checksum.c
+++ b/
tests/test-checksum.c
@@
-20,6
+20,7
@@
#include "config.h"
+#include "libglnx.h"
#include "libgsystem.h"
#include <glib.h>
#include <stdlib.h>